Rmisc/[tmp]convert.omegasq.to.f.R

#' @export
convert.omegasq.to.f <- function(omegasq, df1, df2) {
  return( (omegasq * ((df2 + 1) / df1) + 1) / (1 - omegasq) );
}
wviechtb/escalc documentation built on Jan. 9, 2020, 4:14 p.m.